/* reset begin */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, input, textarea, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, i, em {
    margin: 0;
    padding: 0;
    font-style: normal;
}

ul, ol, dl, dt, dd {
    list-style: none;
}

body {
    font-family: \5FAE\8F6F\96C5\9ED1, \5b8b\4f53, PingFang SC, Arial, sans-serif;
    font-size: 12px;
    color: #333;
    background: #cc0033;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

caption, th {
    text-align: left;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    -ms-interpolation-mode: bicubic;
    border-width: 0;
}

textarea {
    font-size: 12px;
    line-height: 20px;
    border: 0;
    -moz-outline: 0;
    outline: 0;
    overflow: auto;
    resize: none;
    -webkit-appearance: none
}

a {
    color: #333333;
    text-decoration: none;
    outline: none;
}

a:active {
    outline: 0
}

a:hover {
    color: #cc0033;
    text-decoration: none;
}

.hover {
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

select, input {
    background: none;
    border: 0;
}

input[type=text]:focus, input[type=password]:focus, textarea:focus {
    outline: 0
}

input[type=text], input[type=password]:focus {
    -webkit-appearance: none
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border-color: transparent !important;
}

button {
    cursor: pointer;
}

svg:not(:root), .ofl-h {
    overflow: hidden;
}

.ofl-h {
    overflow: hidden;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

section, article, aside, header, footer, nav, dialog, figure {
    display: block;
}

::selection,
::moz-selection,
::webkit-selection {
    background-color: #5096ff;
    color: #fff;
    text-shadow: none;
}

.bg-gray {
    background-color: #f9f9f9 !important;
}

.scale {
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    -moz-transition: -moz-transform 0.3s ease 0s;
    -o-transition: -o-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
}

.scale:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.clear {
    height: 0px;
    clear: both;
    *zoom: 1;
}

.clearfix:after {
    content: '\0020';
    display: block;
    height: 0;
    font-size: 0;
    visibility: hidden;
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.content {
    width: 1200px;
    margin: 0 auto;
}

.app-main {
    position: relative;
    height: 800px;
    overflow: hidden;
}

.app-header {
    position: relative;
    z-index: 11;
    height: 85px;
    overflow: hidden;
}

.app-header .app-logo {
    float: left;
    width: 146px;
    height: 60px;
    margin-top: 23px;
}

.app-header .app-logo img {
    width: 100%;
}

.app-header .app-slogan {
    float: left;
    font-size: 20px;
    line-height: 85px;
    color: #fff;
    margin-left: 30px;
}

.app-header .nav-list {
    float: right;
    line-height: 1;
    margin-top: 32px;
}

.app-header .nav-list > li {
    float: left;
    height: 18px;
    border-left: 1px solid #fff;
    margin-left: 10px;
    padding-left: 10px;
}

.app-header .nav-list > li:first-child {
    border: none;
}

.app-header .nav-list a {
    font-size: 16px;
    color: #fff;
}

.app-header .nav-list a:hover {
    color: #b9b9b9;
    transition: .2s ease all;
}

.app-r {
    width: 50%;
    height: 885px;
    margin-top: -85px;
    float: right;
    background: #202020;
}

.app-content {
    position: relative;
}

.app-content .content {
    position: absolute;
    left: 50%;
    margin-left: -600px;
}

.app-dl-r {
    position: relative;
    z-index: 10;
    width: 740px;
    float: right;
    margin-top: -85px;
    height: 885px;
    background: #202020;
}

.app-dl-dot {
    position: relative;
    z-index: 10;
    width: 210px;
    height: 850px;
    margin-top: -85px;
    float: right;
    background: url("../images/dotted_line.png") no-repeat;
}

.app-iphone {
    position: absolute;
    top: 0;
    left: 0;
    width: 450px;
    height: 662px;
    transition: .2s ease all;
}

.app-android, .app-ewm {
    position: absolute;
    top: 0;
    left: 350px;
    width: 450px;
    height: 610px;
}

.app-iphone.dgr, .app-android.dgr, .app-ewm.dgr {
    transform: rotate(20deg);
    -ms-transform: rotate(20deg); /* IE 9 */
    -moz-transform: rotate(20deg); /* Firefox */
    -webkit-transform: rotate(20deg); /* Safari 和 Chrome */
    -o-transform: rotate(20deg);
    z-index: 9;
    transition: .1s ease all;
}

.app-iphone img, .app-android img, .app-ewm img {
    width: 100%;
}

.app-title-box {
    overflow: hidden;
}

.app-title {
    float: left;
    width: 225px;
    height: 114px;
    margin-top: 256px;
    margin-left: 5px;
    background: url(../images/aqd_title.png) no-repeat;
}

.app-dl-r .app-slogan {
    float: left;
    margin-left: 42px;
    margin-top: 285px;
}

.app-dl-r .app-slogan .s-t1 {
    font-size: 34px;
    color: #fff;
    line-height: 1.75;
}

.app-dl-r .app-slogan .s-t2 {
    font-size: 21px;
    color: #bdbdbd;
    letter-spacing: 5px;
}

.app-dl-r .button-box {
    width: 470px;
    margin-left: 40px;
}

.app-dl-r .button-box .btn-list {
    overflow: hidden;
    padding-bottom: 20px;
}

.app-dl-r .button-box .dl-btn {
    width: 190px;
    height: 58px;
    border-radius: 4px;
    float: left;
    margin-left: 30px;
    margin-top: 45px;
    cursor: pointer;
}

.app-dl-r .button-box i {
    float: left;
    width: 32px;
    height: 32px;
    margin-left: 16px;
    margin-top: 13px;
}

.app-dl-r .button-box .dl-btn i.ap {
    background: url("../images/apple_ico.png") no-repeat;
}

.app-dl-r .button-box .dl-btn i.and {
    background: url("../images/android_ico.png") no-repeat;
}

.app-dl-r .button-box .dl-btn .t {
    float: left;
    width: 140px;
    text-align: center;
    font-size: 20px;
    line-height: 58px;
    color: #181818;
}

.app-dl-r .button-box .dl-btn.c1 {
    background: #fff;
}

.app-dl-r .button-box .dl-btn.c1:hover {
    box-shadow: 0 0 30px #fff;
    transition: .2s ease all;
}

.app-dl-r .button-box .dl-btn.c2 {
    background: #cc0033;
}

.app-dl-r .button-box .dl-btn.c2:hover {
    box-shadow: 0 0 30px #cc0033;
    transition: .2s ease all;
}

.app-dl-r .button-box .dl-btn.c2 .t {
    color: #fff;
}

.app-dl-r .button-box .line {
    width: 410px;
    position: relative;
    margin-left: 30px;
    height: 1px;
    background: #434343;
}

.app-dl-r .button-box .line .l-t {
    position: absolute;
    width: 30px;
    top: -10px;
    margin-left: -15px;
    left: 50%;
    color: #BABABA;
    font-size: 16px;
    text-align: center;
    background: #202020;
    border-radius: 50%;
}

.app-dl-r .button-box .dl-ewm {
    width: 410px;
    height: 58px;
    margin-top: 20px;
    margin-left: 30px;
    border-radius: 4px;
    border: 1px solid #B9B9B9;
    cursor: pointer;
}

.app-dl-r .button-box .dl-ewm:hover {
    background: #B9B9B9;
    transition: .2s ease all;
}

.app-dl-r .button-box .dl-ewm:hover i {
    background: url("../images/ewm_ico_cur.png") no-repeat;
}

.app-dl-r .button-box .dl-ewm i {
    margin-left: 110px;
    background: url("../images/ewm_ico.png") no-repeat;
}

.app-dl-r .button-box .dl-ewm .t {
    float: left;
    font-size: 20px;
    line-height: 58px;
    color: #b9b9b9;
    margin-left: 16px;
}

.app-dl-r .button-box .dl-ewm:hover .t {
    color: #202020;
}

.app-bottom {
    width: 100%;
    background: #111;
}

.app-img-list {
    width: 100%;
    margin: 0 auto;
    padding: 0 10px 10px 10px;
    max-width: 1600px;
    min-width: 1200px;
    overflow: hidden;
}

.app-img-list > li {
    position: relative;
    float: left;
    width: 25%;
    height: 0px;
    padding-bottom: 16.5%;
    background: #515151;
}

.app-img-list > li img {
    width: 100%;
}

.app-img-list > li .cover {
    position: absolute;
    z-index: 10;
    top: 0;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=10 finishopacity=100 style=1 startx=0, starty=0, finishx=0, finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#000000, endcolorstr=#000000, gradientType=0);
    -ms-filter: alpha(opacity=10 finishopacity=100 style=1 startx=0, starty=0, finishx=0, finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#000000, endcolorstr=#000000, gradientType=0); /*IE8*/
    /*background: #515151; !* 一些不支持背景渐变的浏览器 *!*/
    background: -moz-linear-gradient(to top, #000, rgba(81, 81, 81, 0.1));
    background: linear-gradient(to top, #000, rgba(81, 81, 81, 0.1));
}

.app-img-list > li .cover:hover {
    box-shadow: 0 0 30px #cc0033;
    transition: .2s ease all;
}

.app-l-title {
    height: 50px;
    line-height: 50px;
    position: absolute;
    bottom: 0;
    color: #fff;
    font-size: 20px;
    padding: 0 10px;
}

.app-l-title a {
    color: #fff;
}
.app-l-title a:hover {
    color: #cc0033;
    transition: .2s ease all;
}
.app-footer {
    width: 100%;
    height: 210px;
    background: #111;
    padding-top: 90px;
}

.app-footer .content {
    position: relative;
    text-align: center;
    font-size: 14px;
    line-height: 32px;
    color: #878787;
}

.app-footer .content a {
    color: #878787;
    margin-right: 2px;
}

.app-footer .content a:hover {
    color: #cc0033;
}

.footer-beian {
    width: 150px;
    position: absolute;
    right: 65px;
    top: 45px;
}